Add GtkColumnView skeleton
authorBenjamin Otte <otte@redhat.com>
Mon, 28 Oct 2019 00:18:14 +0000 (01:18 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 23:26:46 +0000 (19:26 -0400)
commit0e1632d002f0ab3005cf65d848575a3484a5d486
tree4ef551733b975c7b6e24ce4bd0bec62a27da5c43
parentf4eb026c86f67f215772ab52bdbc53b7e08d7569
Add GtkColumnView skeleton

It's just a copy/paste of the listview code with all the internals
gutted. The code doesn't do anything.
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtkcolumnview.c [new file with mode: 0644]
gtk/gtkcolumnview.h [new file with mode: 0644]
gtk/gtkcolumnviewcolumn.c [new file with mode: 0644]
gtk/gtkcolumnviewcolumn.h [new file with mode: 0644]
gtk/meson.build